home *** CD-ROM | disk | FTP | other *** search
- --AMIGADOS GUIDE V2.0--
- ASK
-
-
- USE:
- When executing a script file it may be necessary to acquire additional
- information from the user. By using command you can do just this task.
-
-
- PATH:
- Internal
-
- SYSTEM:
- 2.0, 2.1, 3.0
-
- EXAMPLES:
- ECHO "Do you want to delete all of the selected files?
- ASK "Press Y or N"
- IF WARN
- ECHO "You pressed Y"
- ELSE
- ECHO "You pressed N"
- ENDIF
-
- NOTES:
- Ask can only be used as part of a script file.
-
-
-
-
-
-
-
-
-
-
-
-